ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DoubleArray Class / DoubleArray Constructor / DoubleArray Constructor(DateTime[])
Specifies the date time data for the array.

In This Topic
    DoubleArray Constructor(DateTime[])
    In This Topic
    Initializes a new instance of the DoubleArray class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal data() As Date _
    )
    public DoubleArray( 
       DateTime[] data
    )

    Parameters

    data
    Specifies the date time data for the array.
    See Also